jquery redirect to url

52

jquery redirect -

// similar behavior as an HTTP redirect
window.location.replace("http://stackoverflow.com");

// similar behavior as clicking on a link
window.location.href = "http://stackoverflow.com";

Comments

Submit
0 Comments